Learn R Programming

brainGraph (version 3.1.0)

Graph Data Tables: Create a data table with graph global and vertex measures

Description

graph_attr_dt is a helper function that takes a brainGraphList or a list of graphs and creates a data.table of global measures for each graph. Each row will be for a different graph.

vertex_attr_dt is a helper function that creates a data.table in which each row is a vertex and each column is a different network measure (degree, centrality, etc.).

Usage

graph_attr_dt(bg.list)

vertex_attr_dt(bg.list)

Value

A data.table

Arguments

bg.list

A brainGraphList object, or a list of graph objects

See Also